home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / clamav-devel.exe / contrib / Windows / readme.txt < prev    next >
Encoding:
Text File  |  2006-05-16  |  2.1 KB  |  58 lines

  1. This is a small Windows client for ClamAV that I hope will turn into
  2. something bigger with time.
  3.  
  4. Since it's so early I'm only releasing the Debug version (you'll need to
  5. install the MFC Debug libary in \windows\system32 if you don't already
  6. have it) and am yet to release the source code.
  7.  
  8. You will need a clamd server machine where the clamd daemon is listening
  9. on port 3310. When firing up the Windows client you will be asked to
  10. enter in the hostname/IPv4 address of the clamd server. Once you have done
  11. that simply drag 'n' drop files or folders on to the program, they will
  12. then be scanned for viruses.
  13.  
  14. I only have an old copy of Visual C/C++ (version 2), so I can only accept
  15. patches compatible with that version.
  16.  
  17. Nigel Horne njh@bandsman.co.uk
  18.  
  19. 29/01/04
  20.  
  21. -----------------------------
  22.  
  23. 23/2/04
  24. Version 0.14
  25. Handles the ERROR status from clamd
  26. ----------------------------------
  27. 10/2/04
  28. The file mfc30d.dll has been removed. Most Windows distributions will already
  29. have it - if not please get it from http://www.clamav.net/w32/mfc30d.zip,
  30. you will need it to run the clamAV windows client
  31. ----------------------------------
  32. 10/2/04
  33. Version 0.13
  34. Recovers better from errors during scanning such as timeouts sending to clamd
  35. ----------------------------------
  36. 9/2/04
  37. Version 0.12
  38. The port of the clamd server can now be specified. The default value is 3310.
  39. When running from the CLI use the form server[:port] when specifying the
  40. server.
  41. ----------------------------------
  42. 5/2/04
  43. Version 0.11
  44. Now integrates with WinZip. To configure WinZip8.1 to use ClamAV as it's
  45. antivirus:
  46.     Open options->configuration->program locations
  47.     In optional virus scanner, enter the full path of clamav.exe
  48.     In the parameters field enter the IP address of the clamd server
  49. ----------------------------------
  50. 2/2/04
  51. Added a command line interface. This allows the client to be used either
  52. in conjunction with download managers which often ask users to specify
  53. a CLI to a AV system to scan files that have been downloaded. It also
  54. allows a full system scan to be done either manually or via the Windows
  55. scheduler, for example
  56.     clamav.exe 192.168.1.1 eicar.com
  57.     clamav.exe 192.168.1.1 c:\
  58.